home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / get_extra_wizinfo < prev    next >
Text File  |  2001-04-06  |  616b  |  20 lines

  1. SYNOPSIS
  2.         mixed get_extra_wizinfo (object wiz)
  3.         mixed get_extra_wizinfo (string wiz)
  4.         mixed get_extra_wizinfo (int    wiz)
  5.  
  6. DESCRIPTION
  7.         Returns the 'extra' information that was set for the given
  8.         wizard <wiz> in the wizlist.
  9.  
  10.         If <wiz> is an object, the entry of its creator (uid) is used.
  11.         If <wiz> is a string (a creator aka uid), it names the entry
  12.         to use.
  13.         If <wiz> is the number 0, the data is get from the default wizlist
  14.         entry.
  15.  
  16.         The function causes a privilege violation.
  17.  
  18. SEE ALSO
  19.         wizlist_info(E), set_extra_wizinfo(E)
  20.